CopyToResponse

data class CopyToResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#copyTo operation call. Creates a deep copy of the specified node and places it into the target container before the given anchor.

See also

Constructors

CopyToResponse
Link copied to clipboard
fun CopyToResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node clone.

Sources

jvm source
Link copied to clipboard